home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 338 b | 19 lines | [TEXT/CCL2] |
- ;;; prec.scm -- module definition for scoping/precedence-parsing phase
- ;;;
- ;;; author : Sandra Loosemore
- ;;; date : 13 Feb 1992
- ;;;
-
-
- (define-compilation-unit prec
- (source-filename "$Y2/prec/")
- (require ast haskell-utils)
- (unit scope
- (source-filename "scope.scm"))
- (unit prec-parse
- (source-filename "prec-parse.scm")))
-
-
-
-
-